home *** CD-ROM | disk | FTP | other *** search
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
-
- #include "stdafx.h"
- #include "edgectl.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CEdgeCtl
-
- IMPLEMENT_DYNCREATE(CEdgeCtl, CWnd)
-
- /////////////////////////////////////////////////////////////////////////////
- // CEdgeCtl properties
-
- OLE_COLOR CEdgeCtl::GetBackColor()
- {
- OLE_COLOR result;
- GetProperty(DISPID_BACKCOLOR, VT_I4, (void*)&result);
- return result;
- }
-
- void CEdgeCtl::SetBackColor(OLE_COLOR propVal)
- {
- SetProperty(DISPID_BACKCOLOR, VT_I4, propVal);
- }
-
- BOOL CEdgeCtl::GetEdgeBottom()
- {
- BOOL result;
- GetProperty(0x1, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CEdgeCtl::SetEdgeBottom(BOOL propVal)
- {
- SetProperty(0x1, VT_BOOL, propVal);
- }
-
- BOOL CEdgeCtl::GetEdgeLeft()
- {
- BOOL result;
- GetProperty(0x2, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CEdgeCtl::SetEdgeLeft(BOOL propVal)
- {
- SetProperty(0x2, VT_BOOL, propVal);
- }
-
- BOOL CEdgeCtl::GetEdgeRight()
- {
- BOOL result;
- GetProperty(0x3, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CEdgeCtl::SetEdgeRight(BOOL propVal)
- {
- SetProperty(0x3, VT_BOOL, propVal);
- }
-
- BOOL CEdgeCtl::GetEdgeTop()
- {
- BOOL result;
- GetProperty(0x4, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CEdgeCtl::SetEdgeTop(BOOL propVal)
- {
- SetProperty(0x4, VT_BOOL, propVal);
- }
-
- long CEdgeCtl::GetEdgeStyle()
- {
- long result;
- GetProperty(0x5, VT_I4, (void*)&result);
- return result;
- }
-
- void CEdgeCtl::SetEdgeStyle(long propVal)
- {
- SetProperty(0x5, VT_I4, propVal);
- }
-
- short CEdgeCtl::Get_EdgeStyle()
- {
- short result;
- GetProperty(0x0, VT_I2, (void*)&result);
- return result;
- }
-
- void CEdgeCtl::Set_EdgeStyle(short propVal)
- {
- SetProperty(0x0, VT_I2, propVal);
- }
-
- /////////////////////////////////////////////////////////////////////////////
- // CEdgeCtl operations
-
- void CEdgeCtl::AboutBox()
- {
- InvokeHelper(0xfffffdd8, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
- }
-